home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 666 b | 25 lines | [TEXT/GEOL] |
- Item 0162483 30-Oct-87 05:06
-
- From: D0469 Argii Design Group, Dev, M Demeyer
-
- To: D0542 Productive Tech, Dev, Mark Gilford
-
- cc: MACAPP$ MacApp Interest List
-
- Sub: Custom Scroll Bars
-
- Mark,
-
- To make the scroll bar move in "chunks", I think I would override
- PROCEDURE TFrame.ScrollBy(delta: Point; invalWholeFrame: BOOLEAN)
- so that it will do the following:
-
- 1. Recalculate the parameter "delta" to constrain the position of the scroll
- position.
- 2. Call "Inherited ScrollBy" withe the recalculated "delta".
-
- Anh
- Argii Design Group
-
-
-